This event occurs after the document workflow To Do person has been changed.
Syntax
Private Sub AMUIExtension_AfterChangeWFPerson(
ByVal CurrentObject As Object,
ByVal Person As String)
Name | Description |
---|---|
CurrentObject |
The document object (AMDocument object) |
Person |
The new To Do person |
Remarks
The equivalent VBScript event is the ChangeWFPerson script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.